documentCatalog |
PDDocumentCatalog |
This will get the document CATALOG. This is guaranteed to not return
null.
|
|
encryption |
PDEncryption |
This will get the encryption dictionary for this document. This will
still return the parameters if the document was decrypted. As the
encryption architecture in PDF documents is plugable this returns an
abstract class, but the only supported subclass at this time is a
PDStandardEncryption object.
|
|
pages |
PDPageTree |
Returns the page tree.
|
|
numberOfPages |
int |
This will return the total page count of the PDF document.
|
|
fields |
List |
This will return all of the documents root fields.
A field might have children that are fields (non-terminal field) or does
not have children which are fields (terminal fields).
The fields within an AcroForm are organized in a tree structure. The
documents root fields might either be terminal fields, non-terminal
fields or a mixture of both. Non-terminal fields mark branches which
contents can be retrieved using {@link PDNonTerminalField#getChildren()}.
|
|
documentInformation |
PDDocumentInformation |
This will get the document info dictionary. This is guaranteed to not
return null.
|
|
pDFRenderer |
PDFRenderer |
|
|
Ask a question, or offer an answer